home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr08 / addres15.zip / ADDRES15.DOC < prev    next >
Text File  |  1993-05-08  |  3KB  |  90 lines

  1.  
  2.                     ▄█████▄ ▄█████▄ ▄██████▄ ▄██████ ▄█████▄
  3.                     ██   ██ ██▄▄▄██ ██ ██ ██ ██▄▄▄▄  ██▄▄▄▄
  4.                     ██   ██ ██▀▀▀██ ██ ██ ██ ██▀▀▀▀   ▀▀▀▀██
  5.                     ██   ██ ██   ██ ██ ██ ██ ▀██████ ▀█████▀
  6.  
  7.                              ▄█████▄ ▄█████▄ ██████▄
  8.                              ██▄▄▄██ ██   ██ ██   ██
  9.                              ██▀▀▀██ ██   ██ ██   ██
  10.                              ██   ██ ██   ██ ██████▀
  11.  
  12.      ▄█████▄ ██████▄ ██████▄ ██████▄ ▄██████ ▄█████▄ ▄█████▄ ▄██████ ▄█████▄
  13.      ██▄▄▄██ ██   ██ ██   ██ ██   ██ ██▄▄▄▄  ██▄▄▄▄  ██▄▄▄▄  ██▄▄▄▄  ██▄▄▄▄
  14.      ██▀▀▀██ ██   ██ ██   ██ ██████  ██▀▀▀▀   ▀▀▀▀██  ▀▀▀▀██ ██▀▀▀▀   ▀▀▀▀██
  15.      ██   ██ ██████▀ ██████▀ ██  ▀██ ▀██████ ▀█████▀ ▀█████▀ ▀██████ ▀█████▀
  16.  
  17.  
  18.                        Copyright (c) 1993 Daniel Shapiro
  19.                               All Rights Reserved
  20.  
  21.                              FidoNet:  1:324/295
  22.  
  23.                                  Version 1.5
  24.                                   May 1993
  25.  
  26.  
  27.  
  28.    1. Introduction
  29.  
  30.  
  31.       I wrote this as one of my first real USEFULL pascal programs.  It
  32.    is a basic address and telephone book which stores names, addresses,
  33.    phone numbers, birthdates, etc. in a database.
  34.  
  35.       You will notice it is fairly simple, but it will get the job done
  36.    for the average person who wants a small database set up as an address
  37.    book.
  38.  
  39.  
  40.  
  41.    2. Getting Started
  42.  
  43.  
  44.       First, unzip the files into their own directory on your hard drive.
  45.    Then change to that directory and run ADDCFG.EXE.  It will ask you your
  46.    name and how you would like the database to be kept sorted.
  47.  
  48.       Now type ADDRESS.  The program will start and a "main menu" will appear.
  49.    From here on, most things are self explanatory.  You can add, find, or
  50.    list the records.  If you add a few records and then list them, from
  51.    the list screen, you can use the Alt keys listed on the menu bar at
  52.    the bottom of the screen to find and delete individual records.
  53.  
  54.       Pressing 'P' at the main menu will print out a simple list of all
  55.    the people in your database and their bithdates.
  56.  
  57.       Pressing 'S' will shell to dos.
  58.  
  59.       Although it isn't on the main menu, if you press 'K' while the main
  60.    menu is being displayed, you have the option of erasing the WHOLE data
  61.    file.  (Be carefull with this :))
  62.  
  63.       The default data file is "ADDRESS.DAT", but you can use another name
  64.    simply by putting the file name on the command line as the first
  65.    parameter.  For example, ADDRESS DAN.DAT would start the program using
  66.    the file "DAN.DAT" as the data file.  This is usefull if you'd like to
  67.    have more than one person use the program on the same computer.
  68.  
  69.  
  70.  
  71.  
  72.    3. Notes
  73.  
  74.  
  75.       If you have any suggestions, and I know you will, please tell me, and
  76.    I will try to implement them in the near future.  This is my first program
  77.    and I intend to stick with it for a while as it is good type of program to
  78.    help me learn.  I can be reached on my BBS at (508) 667-7234, by FidoNet
  79.    at 1:324/295, or by mail to: Daniel Shapiro
  80.                                 699 Boston Rd.
  81.                                 Billerica, Ma
  82.                                           01821
  83.  
  84.  
  85.  
  86.              Thanks a bunch for trying it out!!!
  87.  
  88.                     -Dan
  89.  
  90.